#!/bin/sh
export LD_LIBRARY_PATH=

current_dir="$(cd "$(dirname "$0")"; pwd)"
export PATH="${PATH}":"${current_dir}/../../common/gksu"
export gksuHelperOverride="${current_dir}/../../common/gksu/gksu-run-helper"
if [ -z "$QT_STYLE_OVERRIDE" ]; then export QT_STYLE_OVERRIDE=none; fi
export QT_QPA_PLATFORM_PLUGIN_PATH=/opt/SMART\ Technologies/common/plugins
exec "${current_dir}/.GallerySetup_elf" "$@"
